home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_05
/
9n05039a
< prev
next >
Wrap
Text File
|
1990-11-10
|
313b
|
16 lines
XSizeHints *sizehints;
sizehints = (XSizeHints *) malloc ( sizeof( XSizeHints ) );
sizehints->flags = PPosition | PSize;
sizehints->x = x;
sizehints->y = y;
sizehints->width = width;
sizehints->height = height;
/* call XSetStandardProperties()... */
/* call free( sizehints ); */